func go/doc.fields

4 uses

	go/doc (current package)
		doc.go#L204: 		list, isStruct := fields(spec.Type)
		doc.go#L222: 		list, isStruct := fields(spec.Type)
		reader.go#L347: func fields(typ ast.Expr) (list []*ast.Field, isStruct bool) {
		reader.go#L389: 	list, typ.isStruct = fields(spec.Type)